The following example shows the ellipse object:
<ellipse name="Ellipse1" height="69" width="92" left="363" top="190" visible="true" wallpaper="false" isReferenceObject="false" backStyle="solid" backColor="#F0F000" foreColor="#00C000" lineStyle="solid" lineWidth="4" patternStyle="diamonds" patternColor="#00C000">
<transform scaleWidth="-43.5" scaleHeight="32" shearWidth="0" shearHeight="0" offsetWidth="408.5" offsetHeight="224" />
<animations>
<animateVisibility expression="If TestTag2 > 10 Then 0 Else 1" expressionTrueState="invisible" />
<animateColor expression="TestTag2" blinkRate="2">
<color value="0" foreBehavior="blink" foreColor1="black" foreColor2="#FFFF80" backBehavior="blink" backColor1="red" backColor2="#8C008C" />
<color value="1" foreBehavior="blink" foreColor1="magenta" foreColor2="#8C8C00" backBehavior="blink" backColor1="lime" backColor2="#C00000" />
</animateColor>
<animateFill expression="TestTag2" fillMin="0" fillMax="100" fillDirection="right" insideOnly="true">
<defaultExpressionRange />
</animateFill>
<animateHorizontalPosition expression="TestTag2" horizontalOffsetMin="0" horizontalOffsetMax="-250">
<constantExpressionRange min="0" max="100" />
</animateHorizontalPosition>
<animateVerticalPosition expression="TestTag2" verticalOffsetMin="0" verticalOffsetMax="240">
<constantExpressionRange min="0" max="200" />
</animateVerticalPosition>
<animateWidth expression="TestTag2" horizontalChangeMin="10" horizontalChangeMax="100" anchor="left">
<defaultExpressionRange />
</animateWidth>
<animateHeight expression="TestTag2" verticalChangeMin="0" verticalChangeMax="100" anchor="top">
<defaultExpressionRange />
</animateHeight>
<animateRotation expression="TestTag2" rotationMin="0" rotationMax="358" centerOfRotation="(90,40)">
<defaultExpressionRange />
</animateRotation>
<animateHorizontalSlider expression="TagS2" horizontalOffsetMin="10" horizontalOffsetMax="100">
<defaultExpressionRange />
</animateHorizontalSlider>
<animateVerticalSlider expression="TestS2" verticalOffsetMin="0" verticalOffsetMax="250">
<constantExpressionRange min="0" max="100" />
</animateVerticalSlider>
</animations>
</ellipse>